home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / novell / int65.sts < prev    next >
INI File  |  1995-07-03  |  5KB  |  97 lines

  1. [shared-]
  2.     version=2
  3.     pmark="C:\LU62\NOVELL\INT65.C" 213 2
  4.     project="C:\LU62\NOVELL\INT65.MAK"
  5.     buildmode=3
  6. [edit-]
  7.     srch=_ax
  8.     fSrchRe=0
  9.     rpl=6f
  10.     src=6e
  11.     fRplRe=24320
  12.     file="C:\LU62\NOVELL\INT65.C" 210 1 213 2
  13.     file="C:\LU62\POSTOPEN.c" 7 1 18 1
  14.     file="c:\lu62\include\state1.h" 305 1 306 1
  15.     file="C:\LU62\ASINC.c" 1 1 1 1
  16.     file="C:\LU62\VERB.c" 39 1 48 1
  17.     file="C:\LU62\INT68.C" 54 1 65 1
  18.     file="C:\LU62\CHECKEND.c" 94 1 95 1
  19.     file="C:\LU62\INCLUDE\ATTLU.H" 1 1 14 7
  20.     file="C:\LU62\DALLOCAT.c" 354 1 355 1
  21.     file="C:\LU62\RCVRU.c" 72 1 73 1
  22.     file="C:\LU62\RALLOC.c" 128 1 138 19
  23.     file="C:\LU62\PHSREC.c" 179 1 180 9
  24.     file="C:\LU62\CONV.c" 23 1 29 1
  25. [pwb]
  26.     screen=25 80
  27.     winstyle=7
  28.     wnd=C 2 1 24 80
  29. [environ]
  30.     INCLUDE=c:\c600\include;c:\lu62\novell\inc;c:\lu62\include;c:\lu62\port
  31.     LIB=c:\c600\lib
  32.     HELPFILES=c:\c600\help\*.hlp
  33. [build]
  34.     build: macro DEBUG "0"
  35.     build: macro CC "cl"
  36.     build: macro CFLAGS_G "/AL /W0 /BATCH /Zp1"
  37.     build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
  38.     build: macro CFLAGS_R "/Os /Ol /Og /Oe /Oi /Gs"
  39.     build: macro MAPFILE_D "NUL"
  40.     build: macro MAPFILE_R "$(PROJ).map"
  41.     build: macro LFLAGS_G "/NOI  /BATCH"
  42.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
  43.     build: macro LFLAGS_R "/M /FAR /PACKC"
  44.     build: macro LINKER "link"
  45.     build: macro ILINK "ilink"
  46.     build: macro LRF "echo > NUL"
  47.     build: macro LLIBS_R "LLIBCE"
  48.     build: macro LLIBS_D ""
  49.     build: all $(PROJ).exe
  50.     build: target $(PROJ).exe lrf_exe ilink_exe
  51.     build: inference .c.obj cc_c_obj
  52.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  53.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  54.     build: release command ilink_exe "$(LINKER) @$(PROJ).lrf"
  55.     build: debug command ilink_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  56.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  57.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  58.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  59.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  60.     build: include dependencies
  61.     build: include system
  62.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  63.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  64.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  65.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  66.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  67.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  68.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  69.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  70.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  71.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  72.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  73.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  74.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  75.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  76.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  77.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  78.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  79.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  80.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  81.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  82.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  83.     build: message "^LINK [^L]+L[124]"
  84.     build: message "^ILINK : [^L]+L[124]"
  85.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  86.     build: message "^NMAKE : [^U]+U[124]"
  87.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  88.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  89.     build: message "^[^C]+C[124][0-9]+: "
  90.     build: message "^[^D]+D[124][0-9]+ : "
  91.     build: message "^pwbrmake: [^U]+U[124]"
  92.     build: message "^BIND : [^U]+U[124]"
  93.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  94.     build: message "^RC: error"
  95.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  96.     build: language None
  97.